home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / v9n07.arc / B.DEF next >
Text File  |  1990-03-16  |  823b  |  31 lines

  1.  
  2. ;-----------------------------------------------------------------------;
  3. ;                                    ;
  4. ;    LOGIMENU File definition for Brief Editor                    ;
  5. ;    by Jacques LaFrance, MPSI Software Inc., Tulsa, OK                ;
  6. ;                                    ;
  7. ;-----------------------------------------------------------------------;
  8. begin leftb, middleb, rightb, mousel, mouser, mouseu, moused, 5, 10
  9. ;
  10. ;NOTE: with 2-button mouse, "middleb" means both buttons
  11. ;
  12. leftb:        type 0, 73    ; PAGE UP
  13. middleb:        type 0, 50    ; ALT M = MARK
  14. rightb:        type 0, 81    ; PAGE DOWN
  15.  
  16. chords lmb, lrb, mrb, allb
  17.  
  18. lmb:        type 0, 78    ; KEYPAD + = COPY
  19. lrb:        type 0, 82    ; INS
  20. mrb:        type 0, 74    ; KEYPAD - = DELETE
  21. allb:        type 0, 46    ; ALT C = COLUMN MARK
  22.  
  23. mousel:        type 0, 75
  24. mouser:        type 0, 77
  25. mouseu:        type 0, 72
  26. moused:        type 0, 80
  27.  
  28. ; end of definition file
  29.  
  30.  
  31.